You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > Math387.StrToCplx Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.StrToCplx Method

Converts a string to complex number.

Syntax
C#
Visual Basic
public static TCplx StrToCplx([In] string Source);

string, converted to complex number.

The complex number must be in the following format: a + bi. Valid examples: +6, 6i, 2.4E-2i, -6E+2+2.4E-2i, 2+3i.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!